Migrate from the `term` crate to `termcolor`
authorAlex Crichton <alex@alexcrichton.com>
Thu, 8 Jun 2017 22:09:04 +0000 (15:09 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 13 Jun 2017 21:28:37 +0000 (14:28 -0700)
commitf8fb0a022853ab3f423889d442c695511ece3692
treed21be0015791f76a50cd793c6bb808c994395c00
parent45148e0efdc1ea23a2e46b44cae51b746751412a
Migrate from the `term` crate to `termcolor`

The API of `termcolor` fits what the system gives us much more nicely and should
be well battle-tested from ripgrep. Additionally we don't really need huge
terminfo parsers, that wasn't every really the intention of the color support
here.
20 files changed:
Cargo.lock
Cargo.toml
src/bin/cargo.rs
src/bin/read_manifest.rs
src/cargo/core/mod.rs
src/cargo/core/shell.rs
src/cargo/lib.rs
src/cargo/ops/cargo_install.rs
src/cargo/ops/cargo_new.rs
src/cargo/ops/cargo_rustc/job_queue.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/ops/registry.rs
src/cargo/util/config.rs
src/cargo/util/errors.rs
src/cargo/util/flock.rs
tests/cargotest/Cargo.toml
tests/cargotest/lib.rs
tests/new.rs
tests/search.rs
tests/shell.rs [deleted file]